home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e193 / 0150ter2._xe / FAX.EXE / FAXEVENT.TXT < prev    next >
Text File  |  1994-04-11  |  2KB  |  57 lines

  1.  
  2. % FUTURE FEATURE
  3. %
  4. % ┌───────────────────────────────────────────────────────────────────────────┐
  5. % │ ░░░░░░░░░░░░  T E R M I N A T E   F A X   S C H E D U L E  ░░░░░░░░░░░░░░ │
  6. % └───────────────────────────────────────────────────────────────────────────┘
  7. %
  8. % Instead of having a no editable file we give you a text file where you
  9. % can easily append with the dos ECHO command.
  10. % The fax receive part will check this file every 1 minute and see if any
  11. % faxes need to be sent. If that is the case, the receive part will exit and
  12. % send the faxes and then start up the receive part again.
  13. % You could also control this manually, by forcing Terminate down with a
  14. % semaphore file (TER-EXIT.NOW) and then send the faxes with a batchfile.
  15. %
  16. % You have these string commands which you can use several times:
  17. %
  18. % FromUser         Who is the fax from
  19. % ToUser           Who is the fax to
  20. % Subject          Who is the subject of the fax
  21. % Cover            Which cover file to use
  22.  
  23. %
  24. % The numbers will get prefixes depending on the transfer status:
  25. %
  26. % :0: Ok
  27. % :1: Timeout
  28. % :2: Userabort
  29. % :3: VoiceCall
  30. % :4: DataCall
  31. % :5: Busy
  32. % :6: Error
  33.  
  34. %         |─────────── 30 ─────────────|
  35. FromUser  DAN BBS
  36. %         |─── 12 ───|
  37. Cover     COVER.TXT
  38.  
  39. %
  40. % You can change these whenever you like If you want at some point to have
  41. % blank entries then just have the statement on the line
  42. %
  43.  
  44. %         |─────────── 30 ─────────────|
  45. ToUser    Sales Department
  46. %         |──────────────── 40 ──────────────────|
  47. Subject   Pricelist for 94-95
  48.  
  49. %
  50. % No date/time will send the fax at once
  51. % The current path is the Terminate path, not the fax path
  52. %
  53. %         File-to-fax                         Phonenumber           Date   Time
  54. %         |───────── complete name ─────────| |──── no spaces ───| (YYMMDD HHMM)
  55. Sendfax   FAX\PRICELST.TXT                    4264xxxx              941203 1212
  56. Sendfax   FAX\PRICELST.TXT                    4264xxxx
  57.